Version

Axis<T,M,A> Class

wrapper around AxisModel class wrapper around the Axis class. Allows for the same methods to be defined as the property names
Syntax
'Declaration
 
<System.SerializableAttribute()>
Public MustInherit Class Axis
    (Of T As Class,
     M As {New, AxisModel},
     A As Axis(Of T,M,A)) 
   Inherits AxisBase(Of T)
[System.SerializableAttribute()]
public abstract class Axis<T,M,A> : AxisBase<T> 
where T: class
where M: new(), AxisModel
where A: Axis<T,M,A>
Type Parameters
T
M
A
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub